@charset "utf-8";

.center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.platetit .platetit-tit {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 34px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 18px;
  line-height: 34px;
}

.platetit .platetit-tittow {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  letter-spacing: 0px;
  color: #333333;
  line-height: 2;
}

/*头部导航区域*/
.main-nav-action {
  color: #0094e7 !important;
}

.header .ground {
  width: 100%;
  background-color: #002c46;
}

.header .top-nav {
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.header .top-nav a {
  color: #fff;
}

.header .top-nav .top-nav-list a {
  margin-left: 20px;
  margin-right: 20px;
}

.header .top-nav .top-nav-list a:hover {
  text-decoration: underline;
}

.header .top-nav .top-nav-list .xiajiantou {
  display: block;
  width: 10px;
  height: 10px;
  float: right;
  margin-top: 15px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}

.header .header-content {
  height: 105px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header .header-content .logo {
  width: 230px;
  height: 100%;
  margin-right: 130px;
}

.header .header-content .logo img {
  float: left;
  max-width: 100%;
}

.header .header-content .logo h2 {
  float: left;
  color: #065886;
  font-size: 24px;
}

.header .header-content form {
  width: 420px;
  height: 40px;
  margin-top: 20px;
}

.header .header-content form input[type="text"] {
  line-height: 40px;
  width: 350px;
  height: 40px;
  border: 1px solid #cccccc;
  text-indent: 9px;
  color: #222;
}

.header .header-content form input[type="submit"] {
  float: right;
  width: 70px;
  line-height: 40px;
  background-color: #065786;
  text-align: center;
  font-size: 18px;
  color: #eee;
  cursor: pointer;
}

.header .header-content .concat {
  width: 265px;
  margin-top: 15px;
}

.header .header-content .concat .iconphone {
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  background-position: 0 0;
}

.header .header-content .concat p {
  float: right;
  width: 213px;
  height: 48px;
  line-height: 54px;
  color: #065886;
  font-size: 20px;
}

.header .main-nav {
  height: 40px;
  /* margin-top: 30px; */
}

.header .main-nav dl {
  font-size: 0;
}

.header .main-nav dl .d {
  display: inline-block;
  font-size: 16px;
}

.header .main-nav dl dt {
  display: inline-block;
  font-size: 16px;
  position: relative;
  background-color: #0094e7;
  margin-right: 15px;
  line-height: 40px;
}

.header .main-nav dl dt a {
  color: #fff;
  padding-left: 55px;
  padding-right: 55px;
}

.header .main-nav dl dt .serve-nav {
  position: absolute;
  width: 100%;
  background-color: #003150;
  font-size: 16px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar {
  position: relative;
  text-align: right;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .bicon {
  position: absolute;
  top: 22px;
  left: 27px;
  width: 26px;
  height: 27px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .icongonshang {
  width: 20px;
  height: 27px;
  background-position: 0 -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconcaishuei {
  width: 24px;
  height: 25px;
  background-position: -25px -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconzizhi {
  width: 24px;
  height: 25px;
  background-position: -54px -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconzhishi {
  background-position: -82px -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconrenzheng {
  background-position: -111px -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconjinron {
  background-position: -139px -44px;
}

.header .main-nav dl dt .serve-nav .serve-nav-bar a .iconjiquan {
  width: 35px;
  background-position: -170px -44px;
}

.header .main-nav dl dt .serve-nav li {
  border-bottom: 1px solid #335a73;
}

.header .main-nav dl dt .serve-nav li:hover {
  background-color: #fff;
}

.header .main-nav dl dt .serve-nav li:hover a {
  color: #333333;
}

.header .main-nav dl dt .serve-nav li:hover .bicon {
  filter: contrast(0%);
}

.header .main-nav dl dt .serve-nav li:hover .serve-nav-content {
  display: block;
}

.header .main-nav dl dt .serve-nav li .serve-nav-bar {
  line-height: 65px;
}

.header .main-nav dl dt .serve-nav li .serve-nav-content {
  background-color: #fff;
  display: none;
  font-size: 0;
  position: absolute;
  z-index: 99;
  left: 206px;
  top: 0;
  width: 620px;
  min-height: 460px;
  padding: 10px 35px;
  text-align: left;
}

.header .main-nav dl dt .serve-nav li .serve-nav-content h3 {
  position: relative;
  padding-left: 31px;
  width: 100%;
  line-height: 62px;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
}

.header .main-nav dl dt .serve-nav li .serve-nav-content h3:before {
  content: '';
  left: 0;
  top: 24px;
  position: absolute;
  display: block;
  width: 4px;
  height: 14px;
  background-color: #d82323;
}

.header .main-nav dl dt .serve-nav li .serve-nav-content .serve-nav-content-list {
  position: relative;
  color: #8a8a8a;
  font-size: 14px;
  padding: 0;
  padding-left: 10px;
  display: inline-block;
  width: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.header .main-nav dl dt .serve-nav li .serve-nav-content .serve-nav-content-list:before {
  content: '';
  left: 0;
  top: 18px;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #a2a2a2;
}

.header .main-nav dl dd {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
}

.header .main-nav dl dd a {
  padding-left: 48px;
  color: #666666;
}

.header .main-nav dl dd:hover a {
  color: #0094e7;
}

/*头部导航区域*/
/*banner图*/
.banner {
  width: 100%;
  z-index: -9;
  margin-bottom: 72px;
}

.banner img {
  max-width: 100%;
}

.banner .swiper-button-prev {
  opacity: 0;
  left: 200px;
  width: 90px;
  height: 50px;
  border-radius: 5px;
  background-color: #33333349;
  background-size: 25%;
}

.banner .swiper-button-next {
  opacity: 0;
  right: 200px;
  width: 90px;
  height: 50px;
  border-radius: 5px;
  background-color: #33333349;
  background-size: 25%;
}

/*banner图*/
/*底部*/
.footer-box {
  width: 100%;
  background-color: #2b2b2b;
}

.footer-box .footer {
  padding-top: 40px;
  padding-bottom: 35px;
  color: #777777;
}

.footer-box .footer a {
  color: #777777;
}

.footer-box .footer .bottom-logo {
  text-align: center;
  padding-left: 20px;
  padding-right: 80px;
  border-right: 1px solid #222222;
}

.footer-box .footer .bottom-logo img {
  max-width: 120px;
}

.footer-box .footer .bottom-logo h2 {
  font-size: 30px;
}

.footer-box .footer .bottom-logo p {
  font-size: 13.5px;
}

.footer-box .footer .footer-list {
  width: 600px;
}

.footer-box .footer .footer-list li {
  float: left;
  width: 25%;
}

.footer-box .footer .footer-list li p {
  display: block;
  width: 100%;
  line-height: 25px;
  color: #a1a1a1;
  font-size: 16px;
  text-align: center;
  margin-bottom: 14px;
}

.footer-box .footer .footer-list li a {
  display: block;
  width: 100%;
  line-height: 25px;
  text-align: center;
  color: #696969;
}

.footer-box .footer .footer-list li a:hover {
  color: #a4a4a4;
}

.footer-box .footer .ewm {
  padding-left: 18px;
  border-left: 1px solid #222222;
  margin-bottom: 14px;
}

.footer-box .footer .ewm img {
  max-width: 120px;
}

.footer-box .footer .ewm p {
  line-height: 30px;
  color: #696969;
  font-size: 14px;
  text-align: center;
}

.footer-box .footer .footer-concat {
  width: 180px;
}

.footer-box .footer .footer-concat h3 {
  line-height: 22px;
  color: #a1a1a1;
  font-size: 16px;
}

.footer-box .footer .footer-concat a {
  line-height: 34px;
  color: #666666;
  font-size: 22px;
  font-weight: bold;
}

.footer-box .footer .footer-concat p {
  line-height: 22px;
  color: #696969;
  font-size: 16px;
}

.footer-box .footer .footer-concat .footericon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 10px;
  margin-right: 20px;
}

.footer-box .footer .footer-concat .iconqq {
  background-position: 0 -194px;
}

.footer-box .footer .footer-concat .iconwx {
  background-position: -33px -194px;
}

.footer-box .footer .footer-concat .iconwb {
  background-position: -66px -194px;
  margin-right: 0;
}

.zc-box {
  width: 100%;
  background-color: #222;
}

.zc-box .zc {
  background-color: #222222;
  height: 50px;
}

.zc-box .zc a {
  line-height: 50px;
  color: #777777;
  font-size: 14px;
}

/*底部*/
/*关于我们样式*/
.about {
  margin-bottom: 60px;
}

.about ul {
  font-size: 0;
  margin-bottom: 40px;
  margin-top: 60px;
}

.about ul li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.about ul li img {
  max-width: 287px;
}

.about ul li:hover {
  -webkit-box-shadow: 2px 2px 15px #9c9c9c;
  -moz-box-shadow: 2px 2px 15px #9c9c9c;
  box-shadow: 2px 2px 15px #9c9c9c;
}

.about p {
  line-height: 36px;
  color: #444444;
  font-size: 16px;
  text-align: center;
}

/*关于我们样式*/
/*品牌优势样式*/
.advantage {
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom: 69px;
  overflow: hidden;
}

.advantage .advantage-content {
  margin-top: 69px;
}

.advantage .advantage-content ul {
  margin-top: 54px;
}

.advantage .advantage-content ul li {
  position: relative;
  display: inline-block;
  width: 23%;
  overflow: hidden;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 100px;
  padding-top: 33px;
  padding-bottom: 37px;
}

.advantage .advantage-content ul li:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  border: 10px solid #6e68c0;
  opacity: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.advantage .advantage-content ul li:hover {
  background-color: #fff;
  box-shadow: 2px 2px 10px #ccc;
}

.advantage .advantage-content ul li:hover:before {
  opacity: 1;
  top: 0;
}

.advantage .advantage-content ul li:hover h3 {
  color: #065886;
}

.advantage .advantage-content ul li .advantageicon {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 14px;
}

.advantage .advantage-content ul li .advantageicon1 {
  background-position: 0 -284px;
}

.advantage .advantage-content ul li .advantageicon2 {
  background-position: -72px -284px;
}

.advantage .advantage-content ul li .advantageicon3 {
  background-position: -144px -284px;
}

.advantage .advantage-content ul li .advantageicon4 {
  background-position: -216px -284px;
}

.advantage .advantage-content ul li .advantageicon5 {
  background-position: 0 -356px;
}

.advantage .advantage-content ul li .advantageicon6 {
  background-position: -72px -356px;
}

.advantage .advantage-content ul li .advantageicon7 {
  background-position: -144px -356px;
}

.advantage .advantage-content ul li .advantageicon8 {
  background-position: -216px -356px;
}

.advantage .advantage-content ul li h3 {
  line-height: 24px;
  /*color: #666666;*/
  font-size: 18px;
}

.advantage .advantage-content ul li p {
  line-height: 24px;
  /*color: #777777;*/
  font-size: 14px;
  height: 48px;
  -webkit-line-clamp: 2;
}

/*品牌优势*/
/*从业时间大图*/
.accumulate {
  width: 100%;
  height: 420px;
  margin-bottom: 60px;
  background: url("../images/about/bannerbg1.jpg") center no-repeat;
}

/*从业时间大图*/
/*企业文化*/
.culture {
  margin-bottom: 60px;
}

.culture dl {
  margin-top: 54px;
}

.culture dl dt,
.culture dl dd {
  float: left;
  width: 49%;
  margin-right: 1%;
  background-color: #f7f7f7;
}

.culture dl dt:hover,
.culture dl dd:hover {
  box-shadow: 2px 2px 10px #ccc;
}

.culture dl .culture-content {
  width: 290px;
  height: 211px;
  padding-top: 21px;
  padding-left: 23px;
  padding-right: 28px;
}

.culture dl .culture-content h3 {
  line-height: 63px;
  color: #065886;
  font-size: 24px;
  position: relative;
}

.culture dl .culture-content h3:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
  bottom: 3px;
  left: 0;
  background-color: #1aa6a3;
}

.culture dl .culture-content p {
  line-height: 28px;
 /* color: #777777;*/
  font-size: 14px;
  height: 112px;
  -webkit-line-clamp: 4;
}

.culture dl dt {
  margin-bottom: 16px;
}

.culture dl dt img {
  float: left;
  width: 294px;
height: 210px;
}

.culture dl dd {
  background-color: #f7f7f7;
}

/*企业文化*/
/*企业团队*/
.team {
  width: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 60px;
  margin-bottom: 60px;
}

.team .swiper-slide {
  margin-top: 54px;
}

.team .swiper-slide .img-box {
  display: block;
  width: 277px;
  height: 247px;
  overflow: hidden;
}

.team .swiper-slide img {
  max-width: 100%;
}

.team .swiper-slide .team-content {
  padding: 12px;
}

.team .swiper-slide .team-content .name {
  line-height: 38px;
  color: #444444;
  font-size: 16px;
}

.team .swiper-slide .team-content .name span {
  line-height: 14px;
  /*color: #888888;*/
  font-size: 14px;
  margin-left: 12px;
}

.team .swiper-slide .team-content .content {
  line-height: 24px;
 /* color: #999999;*/
  font-size: 14px;
}

.team .swiper-slide:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -webkit-transition: all .5s;
}

.team .swiper-slide:hover .team-content {
  background-color: #065786;
}

.team .swiper-slide:hover .team-content p {
  color: #fff;
}

.team .swiper-slide:hover .team-content span {
  color: #fff;
}

/*企业团队*/
/*联系我们*/
.concat-us {
  margin-bottom: 80px;
}

.concat-us .concat {
  background-color: #f9f9f9;
  margin-top: 54px;
}

.concat-us .concat .concat-content {
  width: 600px;
}

.concat-us .concat .concat-content .content-text {
  line-height: 24px;
  color: #555555;
  font-size: 14px;
  text-align: center;
  padding: 34px 58px 29px;
  border-bottom: 1px #dddddd dashed;
}

.concat-us .concat .concat-content ul li {
  width: 33%;
  position: relative;
  float: left;
  margin-top: 36px;
  text-align: center;
}

.concat-us .concat .concat-content ul li .concaticon {
  position: relative;
  left: 76px;
  margin-bottom: 13px;
}

.concat-us .concat .concat-content ul li .concaticon1 {
  width: 42px;
  height: 44px;
  background-position: 0 -439px;
}

.concat-us .concat .concat-content ul li .concaticon2 {
  width: 37px;
  height: 39px;
  background-position: -42px -439px;
}

.concat-us .concat .concat-content ul li .concaticon3 {
  width: 38px;
  height: 40px;
  background-position: -83px -439px;
}

.concat-us .concat .concat-content ul li h3 {
  line-height: 24px;
  color: #333333;
  font-size: 18px;
}

.concat-us .concat .concat-content ul li a {
  line-height: 24px;
  color: #333333;
  font-size: 14px;
}

.concat-us .concat .concat-content .addres {
  display: block;
  padding: 34px 44px 29px;
  position: relative;
}

.concat-us .concat .concat-content .addres .addresicon {
  float: left;
  margin-right: 15px;
  width: 31px;
  height: 33px;
  margin-top: 8px;
  background-position: -123px -442px;
}

.concat-us .concat .concat-content .addres p {
  line-height: 24px;
  color: #333333;
  font-size: 14px;
}

.concat-us .concat .map {
  width: 598px;
  height: 368px;
}

/*联系我们*/